Revision: arnesi--dev--1.0--patch-50
Archive: bese-devel@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Wed Oct 29 11:59:18 CET 2003
Standard-date: 2003-10-29 10:59:18 GMT
Renamed-files: .arch-ids/it-bese-arnesi.asd.id .arch-ids/arnesi.asd.id
    it-bese-arnesi.asd arnesi.asd
Modified-files: arnesi.asd src/accumulation.lisp
    src/autoload.lisp src/cps.lisp src/csv.lisp
    src/decimal-arithmetic.lisp src/flow-control.lisp
    src/hash.lisp src/http.lisp src/io.lisp src/lambda.lisp
    src/list-matcher.lisp src/list.lisp src/log.lisp
    src/matcher.lisp src/numbers.lisp src/one-liners.lisp
    src/packages.lisp src/sequence.lisp src/specials.lisp
    src/string.lisp src/vector.lisp
New-patches: bese-devel@common-lisp.net/arnesi--dev--1.0--patch-50
Summary: System/package renaming
Keywords: 

The arnesi code lives in the it.bese.arnesi package. We want the dots
so that hierarchical packages work. The system is called simply
arnesi.

Basically what I've realized is that there is no need for the system
name to be the same as the package name. This is a Good Thing.